@charset "UTF-8";
html, body {
  -ms-overflow-style: scrollbar; }

@-ms-viewport {
  width: device-width; }
img {
  -webkit-user-drag: none;
  border: none;
  display: block; }

* {
  box-sizing: border-box; }

.no-margin-padding, body, ul, dl, ol, table, form, p, textarea, select, img, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

ul, li {
  list-style: none; }

body {
  font-size: 1rem;
  font-family: '微软雅黑','宋体'; }

a {
  color: #34332f;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #0a57a4; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a > label {
    cursor: pointer; }

.show-block-pc {
  display: none !important; }
  @media (min-width: 1400px) {
    .show-block-pc {
      display: block !important; } }

.show-inline-pc {
  display: none !important; }
  @media (min-width: 1400px) {
    .show-inline-pc {
      display: inline !important; } }

.show-flex-pc {
  display: none !important; }
  @media (min-width: 1400px) {
    .show-flex-pc {
      display: flex !important; } }

@media (min-width: 1400px) {
  .hide-pc {
    display: none !important; } }

.border-bottom {
  border-bottom: 1px solid #3366cc; }

#banner {
  background-image: url(../img/bg_m.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #daeaf9;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0px auto; }
  @media (min-width: 440px) {
    #banner {
      margin-bottom: -6%; } }
  @media (min-width: 670px) {
    #banner {
      margin-bottom: -12%; } }
  @media (min-width: 900px) {
    #banner {
      margin-bottom: -9%; } }
  @media (min-width: 1200px) {
    #banner {
      margin-bottom: -8%; } }
  @media (min-width: 1300px) {
    #banner {
      margin-bottom: -7%; } }
  @media (min-width: 1400px) {
    #banner {
      margin-bottom: -161px; } }
  @media (min-width: 1400px) {
    #banner {
      background-image: url(../img/banner_bg.jpg);
      background-size: auto;
      height: 644px;
      max-width: 2560px; } }
  #banner::before {
    content: '';
    padding-top: 54.266%;
    float: left; }
    @media (min-width: 1400px) {
      #banner::before {
        padding-top: 0;
        float: none;
        display: none; } }
  #banner::after {
    content: '';
    display: block;
    clear: both; }
    @media (min-width: 1400px) {
      #banner::after {
        padding-top: 0;
        display: none; } }
  #banner .hbgov-login-block {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 5px; }
    #banner .hbgov-login-block > .hbgov-login-icon {
      font-size: 1.625rem; }
    #banner .hbgov-login-block > .hbgov-login-btns {
      display: flex;
      flex: 0 0 auto;
      background: #3a3a3a;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 6px;
      padding-bottom: 6px;
      border-radius: 5px;
      margin-left: 7px; }
      #banner .hbgov-login-block > .hbgov-login-btns > a {
        margin: 0px 3px;
        color: #fff !important;
        font-size: .875rem; }
      @media (min-width: 1400px) {
        #banner .hbgov-login-block > .hbgov-login-btns {
          padding-left: 7px;
          padding-right: 7px;
          margin-left: 3px; } }
    @media (min-width: 1400px) {
      #banner .hbgov-login-block {
        width: 140px;
        margin-left: 0px; } }
  #banner > .container {
    z-index: 3; }
    @media (min-width: 1400px) {
      #banner > .container {
        padding-left: 0;
        padding-right: 0; } }
    #banner > .container .cloud {
      position: absolute;
      z-index: 4;
      width: 590px;
      height: 217px;
      top: 176px;
      left: 212px;
      background-image: url(../img/cloud.png);
      background-repeat: no-repeat;
      animation: fadeIn 18s 1;
      display: none; }
      @media (min-width: 1400px) {
        #banner > .container .cloud {
          display: block; } }
    #banner > .container .cloud2 {
      position: absolute;
      z-index: 4;
      width: 400px;
      height: 100px;
      top: 193px;
      right: 178px;
      background-image: url(../img/cloud2.png);
      background-repeat: no-repeat;
      animation: fadeIn2 18s 1;
      display: none; }
      @media (min-width: 1400px) {
        #banner > .container .cloud2 {
          display: block; } }
    #banner > .container .bird1 {
      position: absolute;
      z-index: 4;
      background-image: url(../img/bird1.png);
      background-position: 0 -732px;
      width: 152px;
      height: 122px;
      animation: birdFly1 1.5s steps(1) 0s infinite;
      left: 0.5%;
      top: 18%;
      transform: scale(0.4, 0.4); }
      @media (min-width: 1400px) {
        #banner > .container .bird1 {
          transform: none;
          left: 64px;
          top: 97px; } }
    #banner > .container .bird2 {
      position: absolute;
      z-index: 4;
      background-image: url(../img/bird2.png);
      background-position: 0 -720px;
      width: 135px;
      height: 120px;
      animation: birdFly2 1.5s steps(1) 0s infinite;
      left: 3%;
      top: 10%;
      transform: scale(0.4, 0.4); }
      @media (min-width: 1400px) {
        #banner > .container .bird2 {
          transform: none;
          left: 174px;
          top: 72px; } }
    #banner > .container .tool-bar {
      position: relative;
      z-index: 5;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-top: 0.6%;
      font-size: .875rem;
      color: #023e7a; }
      @media (min-width: 1400px) {
        #banner > .container .tool-bar {
          padding-top: 35px;
          font-size: 1rem; } }
      #banner > .container .tool-bar a {
        color: #023e7a; }
        #banner > .container .tool-bar a:hover {
          text-decoration: none;
          color: #0a57a4; }
      #banner > .container .tool-bar > .timezone {
        flex: 1; }
      #banner > .container .tool-bar > ul {
        display: flex;
        align-items: center; }
        #banner > .container .tool-bar > ul li {
          padding-left: 3px;
          padding-right: 3px; }
          @media (min-width: 1400px) {
            #banner > .container .tool-bar > ul li {
              padding-left: 6px;
              padding-right: 6px; } }
    #banner > .container .logo-bar {
      position: relative;
      z-index: 5;
      display: flex;
      justify-content: center;
      padding-top: 0.5%; }
      @media (min-width: 1400px) {
        #banner > .container .logo-bar {
          padding-top: 6px; } }
      #banner > .container .logo-bar > .logo {
        display: block;
        flex: 0 1 auto;
        max-width: 398px;
        width: 46%; }
        @media (min-width: 1400px) {
          #banner > .container .logo-bar > .logo {
            width: auto; } }
        #banner > .container .logo-bar > .logo > img {
          display: block;
          width: 100%; }
    #banner > .container .search-bar {
      position: relative;
      z-index: 6;
      padding-top: 2%;
      justify-content: center; }
      @media (min-width: 1400px) {
        #banner > .container .search-bar {
          padding-top: 30px; } }
      #banner > .container .search-bar > .search-block {
        margin: 0px auto;
        flex: 0 1 auto;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        width: 80%;
        display: flex;
        flex-wrap: nowrap; }
        @media (min-width: 1400px) {
          #banner > .container .search-bar > .search-block {
            width: 784px; } }
        #banner > .container .search-bar > .search-block > input {
          background: rgba(255, 255, 255, 0.8);
          border: none;
          height: 38px;
          outline: none;
          border-radius: 5px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          flex: 1;
          font-size: .875rem; }
          @media (min-width: 1400px) {
            #banner > .container .search-bar > .search-block > input {
              height: 58px;
              font-size: 1.125rem;
              text-indent: 1em; } }
        #banner > .container .search-bar > .search-block > button {
          border-radius: 5px;
          border: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          outline: none;
          background: #6692db;
          color: #fff;
          font-size: .875rem;
          padding-left: 20px;
          padding-right: 20px;
          cursor: pointer; }
          @media (min-width: 1400px) {
            #banner > .container .search-bar > .search-block > button {
              font-size: 1.125rem; } }
          #banner > .container .search-bar > .search-block > button span {
            vertical-align: middle; }
      #banner > .container .search-bar > .hbgov-search-focus {
        display: none;
        width: 80%;
        padding: 10px;
        position: absolute;
        left: 50%;
        margin-left: -40%;
        background-color: rgba(255, 255, 255, 0.96);
        border-radius: 5px;
        z-index: 999;
        box-shadow: 2px 4px 6px #999999; }
        @media (min-width: 1400px) {
          #banner > .container .search-bar > .hbgov-search-focus {
            width: 780px;
            margin-left: -390px;
            padding: 20px; } }
        #banner > .container .search-bar > .hbgov-search-focus .hbgov-search-focus-words {
          padding-top: 15px;
          padding-bottom: 15px; }
        #banner > .container .search-bar > .hbgov-search-focus .hbgov-pill {
          margin-right: 5px;
          margin-bottom: 5px; }
        #banner > .container .search-bar > .hbgov-search-focus .hbgov-search-focus-list ul {
          display: flex;
          list-style: none;
          flex-wrap: wrap;
          justify-content: space-between; }
          #banner > .container .search-bar > .hbgov-search-focus .hbgov-search-focus-list ul > li {
            flex: 0 0 50%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: .875rem; }
            @media (min-width: 1400px) {
              #banner > .container .search-bar > .hbgov-search-focus .hbgov-search-focus-list ul > li {
                flex: 0 0 32%; } }
    #banner > .container .nav-bar {
      position: relative;
      z-index: 5;
      padding-top: 1%;
      margin-left: -2%;
      margin-right: -2%; }
      @media (min-width: 1400px) {
        #banner > .container .nav-bar {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          padding-top: 56px;
          border-bottom: 6px solid #003366;
          margin-left: 0;
          margin-right: 0; } }
      #banner > .container .nav-bar::before {
        content: ' ';
        position: absolute;
        z-index: 6;
        width: 15px;
        height: 32px;
        left: 0px;
        top: 5px;
        background: linear-gradient(to left, rgba(218, 234, 249, 0.3), rgba(218, 234, 249, 0.8)); }
        @media (min-width: 530px) {
          #banner > .container .nav-bar::before {
            display: none; } }
      #banner > .container .nav-bar::after {
        content: ' ';
        position: absolute;
        z-index: 6;
        width: 60px;
        height: 32px;
        right: 0px;
        top: 5px;
        background: linear-gradient(to right, rgba(218, 234, 249, 0), #daeaf9); }
        @media (min-width: 530px) {
          #banner > .container .nav-bar::after {
            display: none; } }
      #banner > .container .nav-bar > ul {
        flex: 1;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        background-attachment: scroll;
        overflow-x: scroll;
        overflow-y: hidden; }
        #banner > .container .nav-bar > ul::-webkit-scrollbar {
          display: none; }
        @media (min-width: 1400px) {
          #banner > .container .nav-bar > ul {
            overflow-x: hidden; } }
        #banner > .container .nav-bar > ul > li {
          flex: 1 0 auto;
          position: relative; }
          #banner > .container .nav-bar > ul > li > a {
            display: inline-block;
            color: #003366;
            font-size: 1rem;
            padding: 5px 10px; }
            @media (min-width: 1400px) {
              #banner > .container .nav-bar > ul > li > a {
                font-size: 1.5rem;
                padding: 15px 24px; } }
            @media (min-width: 1400px) {
              #banner > .container .nav-bar > ul > li > a:hover {
                color: #fff;
                background-color: #003366;
                border-radius: 5px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0; } }

.hbgov-pill {
  padding: 6px 13px;
  background-color: #75a3d1;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: .875rem;
  display: inline-block; }

.hbgov-lr-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hbgov-lr-block > li, .hbgov-lr-block > div {
    flex: 1 0 100%;
    max-width: 100%; }
    @media (min-width: 1400px) {
      .hbgov-lr-block > li, .hbgov-lr-block > div {
        width: 48%;
        flex: 0 0 auto; } }

.hbgov-dromdown {
  position: relative;
  display: inline-block; }
  .hbgov-dromdown:hover > .hbgov-dropdown-content {
    display: block; }
  .hbgov-dromdown > .hbgov-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    height: 200px;
    overflow-y: scroll;
    font-weight: normal;
    font-size: .875rem; }
    .hbgov-dromdown > .hbgov-dropdown-content > a {
      padding: 12px 16px;
      text-decoration: none;
      display: block; }
      .hbgov-dromdown > .hbgov-dropdown-content > a:hover {
        background-color: #f1f1f1; }

#footer {
  background-color: #f6f6f6;
  padding-top: 48px;
  padding-bottom: 78px;
  font-size: 1rem; }
  #footer > .container {
    display: flex;
    flex-wrap: wrap;
    overflow: visible; }
    #footer > .container > :nth-child(1) {
      flex: 0 0 100%; }
      @media (min-width: 1400px) {
        #footer > .container > :nth-child(1) {
          flex: 0 0 955px; } }
      #footer > .container > :nth-child(1) .hbgov-outterlink-area {
        font-weight: bold;
        border-bottom: 1px solid #000000;
        padding-bottom: 25px; }
        #footer > .container > :nth-child(1) .hbgov-outterlink-area > .hbgov-inline-list {
          justify-content: space-between; }
          #footer > .container > :nth-child(1) .hbgov-outterlink-area > .hbgov-inline-list > li {
            flex: 0 0 auto; }
            #footer > .container > :nth-child(1) .hbgov-outterlink-area > .hbgov-inline-list > li span {
              margin-left: 5px; }
      #footer > .container > :nth-child(1) .hbgov-metadata-area {
        padding-top: 6px;
        display: flex;
        flex-wrap: wrap; }
        #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(1) {
          flex: 1; }
          #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(1) > .hbgov-inline-list {
            justify-content: center; }
            @media (min-width: 1400px) {
              #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(1) > .hbgov-inline-list {
                justify-content: flex-start; } }
            #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(1) > .hbgov-inline-list > li {
              flex: 0 0 auto;
              padding: 5px 10px 5px 0px; }
        #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(2) {
          flex: 0 0 100%; }
          @media (min-width: 1400px) {
            #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(2) {
              flex: 0 0 307px; } }
          #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(2) > .hbgov-inline-list {
            justify-content: center;
            align-items: center; }
            #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(2) > .hbgov-inline-list > li {
              flex: 0 0 auto; }
              #footer > .container > :nth-child(1) .hbgov-metadata-area > :nth-child(2) > .hbgov-inline-list > li > img {
                width: 100%; }
    #footer > .container > :nth-child(2) {
      flex: 1; }
      @media (min-width: 1400px) {
        #footer > .container > :nth-child(2) {
          padding-left: 34px;
          max-width: 445px; } }
      #footer > .container > :nth-child(2) > .hbgov-qrcode-area > .hbgov-inline-list {
        justify-content: space-between; }
        #footer > .container > :nth-child(2) > .hbgov-qrcode-area > .hbgov-inline-list > li {
          flex: 0 0 30%;
          text-align: center; }
          #footer > .container > :nth-child(2) > .hbgov-qrcode-area > .hbgov-inline-list > li img {
            width: 100%; }

.hbgov-bfc-block {
  overflow: hidden; }

.hbgov-index-bar {
  vertical-align: middle;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 1400px) {
    .hbgov-index-bar {
      font-size: 1.125rem; } }

.hbgov-category-body-color {
  background-color: #e1f1fc; }

.hbgov-category-container {
  background-color: #FFFFFF;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 10px #888888; }

.hbgov-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .hbgov-pagination > li {
    display: inline; }
    .hbgov-pagination > li:first-child > a, .hbgov-pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .hbgov-pagination > li:last-child > a, .hbgov-pagination > li:last-child > span {
      margin-left: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .hbgov-pagination > li.active > a, .hbgov-pagination > li.active > span, .hbgov-pagination > li > a, .hbgov-pagination > li > span, .hbgov-pagination > li > a:hover, .hbgov-pagination > li > span:hover, .hbgov-pagination > li > a:focus, .hbgov-pagination > li > span:focus {
      z-index: 3;
      color: #fff;
      background-color: #023e7a;
      border-color: #023e7a; }
    .hbgov-pagination > li > a, .hbgov-pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.5;
      text-decoration: none;
      color: #023e7a;
      background-color: #fff;
      border: 1px solid #3366cc;
      margin-left: -1px; }

.hbgov-pagenav-block {
  text-align: center; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 750px;
  padding-left: 2%;
  padding-right: 2%; }
  @media (min-width: 1400px) {
    .container {
      max-width: 1400px;
      padding-left: 30px;
      padding-right: 30px; } }

.hbgov-swiper {
  position: relative; }
  .hbgov-swiper img {
    width: 100%; }
  .hbgov-swiper .hbgov-swiper-pic-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 996; }
    .hbgov-swiper .hbgov-swiper-pic-item > span, .hbgov-swiper .hbgov-swiper-pic-item > i {
      display: block;
      position: absolute;
      padding: 0px 10px;
      height: 60px;
      line-height: 60px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 998;
      font-size: 1.125rem;
      color: #fff;
      font-style: normal;
      text-align: left; }
    .hbgov-swiper .hbgov-swiper-pic-item > span {
      background: #000;
      z-index: 997;
      opacity: .3;
      filter: alpha(opacity=30); }
  .hbgov-swiper .swiper-pagination-bullets {
    bottom: 20px !important;
    text-align: right; }
  .hbgov-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }

.swiper-slide {
  overflow: hidden; }

.hbgov-newslist-lineheight-26px {
  list-style: none; }
  .hbgov-newslist-lineheight-26px > li {
    list-style: none;
    line-height: 16.25px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-26px > li {
        line-height: 26px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-newslist-lineheight-28px {
  list-style: none; }
  .hbgov-newslist-lineheight-28px > li {
    list-style: none;
    line-height: 17.5px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-28px > li {
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-newslist-lineheight-30px {
  list-style: none; }
  .hbgov-newslist-lineheight-30px > li {
    list-style: none;
    line-height: 18.75px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-30px > li {
        line-height: 30px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-newslist-lineheight-32px {
  list-style: none; }
  .hbgov-newslist-lineheight-32px > li {
    list-style: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-32px > li {
        line-height: 32px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-newslist-lineheight-40px {
  list-style: none; }
  .hbgov-newslist-lineheight-40px > li {
    list-style: none;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-40px > li {
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-newslist-lineheight-48px {
  list-style: none; }
  .hbgov-newslist-lineheight-48px > li {
    list-style: none;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1400px) {
      .hbgov-newslist-lineheight-48px > li {
        line-height: 48px;
        padding-top: 0px;
        padding-bottom: 0px; } }

.hbgov-more-btn-c {
  padding-bottom: 10px;
  text-align: center; }
  @media (min-width: 1400px) {
    .hbgov-more-btn-c {
      display: none;
      padding-bottom: 0px; } }

.hbgov-more-btn {
  width: 80%;
  padding: 16px 6px;
  display: inline-block;
  transition: .3s ease-out;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0px 1px 5px #4a4a4a;
  background-color: #6692db;
  color: #FFFFFF;
  border-radius: 5px; }
  .hbgov-more-btn:visited, .hbgov-more-btn:active, .hbgov-more-btn:hover {
    color: #FFFFFF !important;
    text-decoration: none; }

.hbgov-inline-list {
  display: flex;
  flex-wrap: wrap; }
  .hbgov-inline-list > li {
    list-style: none; }

.hbgov-data-newslist > li {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center; }
  .hbgov-data-newslist > li > div:nth-child(1) {
    background-color: #f3f6fc;
    white-space: nowrap;
    line-height: 45px;
    padding: 5px 4px;
    color: #b8b6b6; }
    .hbgov-data-newslist > li > div:nth-child(1) > i:nth-child(1) {
      font-size: 1.5rem;
      font-style: normal; }
    .hbgov-data-newslist > li > div:nth-child(1) > i:nth-child(2), .hbgov-data-newslist > li > div:nth-child(1) > i:nth-child(3) {
      font-size: 1rem;
      font-style: normal; }
  .hbgov-data-newslist > li > div:nth-child(2) {
    flex: 1;
    margin-left: 5px;
    font-size: 1rem; }
    @media (min-width: 1400px) {
      .hbgov-data-newslist > li > div:nth-child(2) {
        font-size: 1.125rem; } }
    .hbgov-data-newslist > li > div:nth-child(2) > span > a {
      background-color: #75a3d1;
      color: #fff;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 5px;
      font-size: .875rem;
      border-radius: 3px; }

.hbgov-tab-bar > ul.hbgov-inline-list > li.hover > a, .hbgov-tab-bar > ul.hbgov-inline-list > li.hover > label, .hbgov-tab-bar > ul.hbgov-inline-list > li a:hover, .hbgov-tab-bar > ul.hbgov-inline-list > li label:hover, .hbgov-tab-bar a:hover, .hbgov-label-bar a:hover, .hbgov-tab-bar label:hover, .hbgov-label-bar label:hover, .hbgov-title-bar .hbgov-tab-bar-tools > a:hover {
  color: #003366; }

.hbgov-tab-bar > ul.hbgov-inline-list > li.hover > a, .hbgov-tab-bar > ul.hbgov-inline-list > li.hover > label, .hbgov-tab-bar > ul.hbgov-inline-list > li a:hover, .hbgov-tab-bar > ul.hbgov-inline-list > li label:hover {
  border-bottom: 3px solid #3366cc;
  font-weight: bold; }

.hbgov-tab-bar, .hbgov-label-bar {
  color: #8e8d8d;
  margin-bottom: 20px;
  font-size: 1rem;
  padding-top: 15px; }
  @media (min-width: 1400px) {
    .hbgov-tab-bar, .hbgov-label-bar {
      padding-top: 0px;
      font-size: 1.5rem; } }
  .hbgov-tab-bar a, .hbgov-label-bar a, .hbgov-tab-bar label, .hbgov-label-bar label {
    white-space: nowrap;
    color: #8e8d8d; }

.hbgov-title-bar {
  color: #8e8d8d;
  margin-bottom: 20px;
  font-size: 1rem;
  padding-top: 15px; }
  @media (min-width: 1400px) {
    .hbgov-title-bar {
      padding-top: 0px;
      font-size: 1.5rem; } }
  .hbgov-title-bar a {
    white-space: nowrap;
    color: #8e8d8d; }

.hbgov-tab-bar {
  border-bottom: 1px solid #3366cc; }
  .hbgov-tab-bar > ul.hbgov-inline-list > li {
    padding: 0px; }
    .hbgov-tab-bar > ul.hbgov-inline-list > li.nohover > a {
      border-bottom: none !important; }
    .hbgov-tab-bar > ul.hbgov-inline-list > li a, .hbgov-tab-bar > ul.hbgov-inline-list > li label {
      display: block;
      padding: 12px 11px;
      border-bottom: 3px solid transparent; }
      @media (min-width: 1400px) {
        .hbgov-tab-bar > ul.hbgov-inline-list > li a, .hbgov-tab-bar > ul.hbgov-inline-list > li label {
          padding-top: 0px;
          padding-left: 15px;
          padding-right: 15px; } }
  .hbgov-tab-bar a.mobile-nolink {
    pointer-events: none; }
    @media (min-width: 1400px) {
      .hbgov-tab-bar a.mobile-nolink {
        pointer-events: auto; } }

.hbgov-label-bar > a, .hbgov-label-bar > label {
  font-weight: bold;
  color: #003366; }

@keyframes fadeIn {
  0% {
    opacity: 0.2;
    /*初始状态 透明度为0*/
    transform: scale(0.2, 0.2);
    left: 0px; }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
    transform: scale(1, 1);
    left: 212px; } }
@keyframes fadeIn2 {
  0% {
    opacity: 0.2;
    /*初始状态 透明度为0*/
    transform: scale(0.2, 0.2);
    right: 0px; }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
    transform: scale(1, 1);
    right: 178px; } }
@keyframes birdFly1 {
  0% {
    background-position: 0 -732px; }
  11% {
    background-position: 0 -610px; }
  22% {
    background-position: 0 -976px; }
  33% {
    background-position: 0 -854px; }
  44% {
    background-position: 0 -488px; }
  55% {
    background-position: 0 -122px; }
  66% {
    background-position: 0 0; }
  77% {
    background-position: 0 -366px; }
  88% {
    background-position: 0 -244px; }
  100% {
    background-position: 0 -732px; } }
@keyframes birdFly2 {
  0% {
    background-position: 0 -720px; }
  11% {
    background-position: 0 -600px; }
  22% {
    background-position: 0 -960px; }
  33% {
    background-position: 0 -840px; }
  44% {
    background-position: 0 -480px; }
  55% {
    background-position: 0 -120px; }
  66% {
    background-position: 0 0; }
  77% {
    background-position: 0 -360px; }
  88% {
    background-position: 0 -240px; }
  100% {
    background-position: 0 -720px; } }
@font-face {
  font-family: "hbgovzw";
  src: url("../fonts/hbgovzw.eot?tbxljv");
  src: url("../fonts/hbgovzw.eot?tbxljv#iefix") format("embedded-opentype"), url("../fonts/hbgovzw.ttf?tbxljv") format("truetype"), url("../fonts/hbgovzw.woff?tbxljv") format("woff"), url("../fonts/hbgovzw.svg?tbxljv#hbgovzw") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-govzw-"], [class*=" icon-govzw-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hbgovzw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-govzw-old::before {
  content: "\e9be"; }

.icon-govzw-zwfw::before {
  content: "\e900"; }

.icon-govzw-leader::before {
  content: "\e998"; }

.icon-govzw-QQ::before {
  content: "\e901"; }

.icon-govzw-jy::before {
  content: "\e902"; }

.icon-govzw-tousu::before {
  content: "\e903"; }

.icon-govzw-shangwu::before {
  content: "\e904"; }

.icon-govzw-datab::before {
  content: "\e905"; }

.icon-govzw-datag::before {
  content: "\e906"; }

.icon-govzw-datag2::before {
  content: "\e907"; }

.icon-govzw-maoyi::before {
  content: "\e908"; }

.icon-govzw-waijiao::before {
  content: "\e909"; }

.icon-govzw-meeting::before {
  content: "\e90a"; }

.icon-govzw-hezuo::before {
  content: "\e90b"; }

.icon-govzw-bag::before {
  content: "\e90c"; }

.icon-govzw-hezuo2::before {
  content: "\e90d"; }

.icon-govzw-govfile1::before {
  content: "\e90e"; }

.icon-govzw-govfile2-path1::before {
  content: "\e90f"; }

.icon-govzw-govfile2-path2::before {
  content: "\e910"; }

.icon-govzw-govfile2-path3::before {
  content: "\e911"; }

.icon-govzw-govfile2-path4::before {
  content: "\e912"; }

.icon-govzw-govfile2-path5::before {
  content: "\e913"; }

.icon-govzw-govfile2-path6::before {
  content: "\e914"; }

.icon-govzw-govfile2-path7::before {
  content: "\e915"; }

.icon-govzw-govfile2-path8::before {
  content: "\e916"; }

.icon-govzw-jiedu-path1::before {
  content: "\e917"; }

.icon-govzw-jiedu-path2::before {
  content: "\e918"; }

.icon-govzw-jiedu-path3::before {
  content: "\e919"; }

.icon-govzw-jiedu-path4::before {
  content: "\e91a"; }

.icon-govzw-jiedu-path5::before {
  content: "\e91b"; }

.icon-govzw-jiedu-path6::before {
  content: "\e91c"; }

.icon-govzw-jiedu-path7::before {
  content: "\e91d"; }

.icon-govzw-jiedu-path8::before {
  content: "\e91e"; }

.icon-govzw-notice::before {
  content: "\e91f"; }

.icon-govzw-hukou::before {
  content: "\e920"; }

.icon-govzw-job-path1::before {
  content: "\e921"; }

.icon-govzw-job-path2::before {
  content: "\e922"; }

.icon-govzw-job-path3::before {
  content: "\e923"; }

.icon-govzw-job-path4::before {
  content: "\e924"; }

.icon-govzw-job-path5::before {
  content: "\e925"; }

.icon-govzw-qiye::before {
  content: "\e926"; }

.icon-govzw-qiye2::before {
  content: "\e927"; }

.icon-govzw-shangye::before {
  content: "\e928"; }

.icon-govzw-datag3::before {
  content: "\e929"; }

.icon-govzw-tree::before {
  content: "\e92a"; }

.icon-govzw-fish::before {
  content: "\e92b"; }

.icon-govzw-plant::before {
  content: "\e92c"; }

.icon-govzw-trafic::before {
  content: "\e92d"; }

.icon-govzw-trafic2::before {
  content: "\e92e"; }

.icon-govzw-calendar2::before {
  content: "\e92f"; }

.icon-govzw-clock2::before {
  content: "\e930"; }

.icon-govzw-table3::before {
  content: "\e931"; }

.icon-govzw-position::before {
  content: "\e932"; }

.icon-govzw-position2::before {
  content: "\e933"; }

.icon-govzw-position3-path1::before {
  content: "\e934"; }

.icon-govzw-position3-path2::before {
  content: "\e935"; }

.icon-govzw-position3-path3::before {
  content: "\e936"; }

.icon-govzw-position4-path1::before {
  content: "\e937"; }

.icon-govzw-position4-path2::before {
  content: "\e938"; }

.icon-govzw-position4-path3::before {
  content: "\e939"; }

.icon-govzw-position4-path4::before {
  content: "\e93a"; }

.icon-govzw-plain-path1::before {
  content: "\e93b"; }

.icon-govzw-plain-path2::before {
  content: "\e93c"; }

.icon-govzw-jy2::before {
  content: "\e93d"; }

.icon-govzw-maoyi2::before {
  content: "\e93e"; }

.icon-govzw-country::before {
  content: "\e93f"; }

.icon-govzw-hd::before {
  content: "\e940"; }

.icon-govzw-sp-path1::before {
  content: "\e941"; }

.icon-govzw-sp-path2::before {
  content: "\e942"; }

.icon-govzw-sp-path3::before {
  content: "\e943"; }

.icon-govzw-gb-path1::before {
  content: "\e944"; }

.icon-govzw-gb-path2::before {
  content: "\e945"; }

.icon-govzw-gb-path3::before {
  content: "\e946"; }

.icon-govzw-gb-path4::before {
  content: "\e947"; }

.icon-govzw-gb-path5::before {
  content: "\e948"; }

.icon-govzw-gb-path6::before {
  content: "\e949"; }

.icon-govzw-gb-path7::before {
  content: "\e94a"; }

.icon-govzw-gb-path8::before {
  content: "\e94b"; }

.icon-govzw-gb-path9::before {
  content: "\e94c"; }

.icon-govzw-gb-path10::before {
  content: "\e94d"; }

.icon-govzw-gb-path11::before {
  content: "\e94e"; }

.icon-govzw-gb2-path1::before {
  content: "\e94f"; }

.icon-govzw-gb2-path2::before {
  content: "\e950"; }

.icon-govzw-gb2-path3::before {
  content: "\e951"; }

.icon-govzw-gb2-path4::before {
  content: "\e952"; }

.icon-govzw-gb2-path5::before {
  content: "\e953"; }

.icon-govzw-gb2-path6::before {
  content: "\e954"; }

.icon-govzw-gb3::before {
  content: "\e955"; }

.icon-govzw-buy::before {
  content: "\e956"; }

.icon-govzw-org::before {
  content: "\e957"; }

.icon-govzw-country2::before {
  content: "\e958"; }

.icon-govzw-maoyi3::before {
  content: "\e959"; }

.icon-govzw-gl::before {
  content: "\e95a"; }

.icon-govzw-person::before {
  content: "\e95b"; }

.icon-govzw-sun2::before {
  content: "\e95c"; }

.icon-govzw-person2::before {
  content: "\e95d"; }

.icon-govzw-position5::before {
  content: "\e95e"; }

.icon-govzw-tree2::before {
  content: "\e95f"; }

.icon-govzw-weibo::before {
  content: "\e960"; }

.icon-govzw-wechat::before {
  content: "\e961"; }

.icon-govzw-screen::before {
  content: "\e962"; }

.icon-govzw-gb4::before {
  content: "\e963"; }

.icon-govzw-bianz::before {
  content: "\e964"; }

.icon-govzw-aixin::before {
  content: "\e965"; }

.icon-govzw-money::before {
  content: "\e966"; }

.icon-govzw-china::before {
  content: "\e967"; }

.icon-govzw-chu::before {
  content: "\e968"; }

.icon-govzw-dot::before {
  content: "\e969"; }

.icon-govzw-person3::before {
  content: "\e96a"; }

.icon-govzw-person4::before {
  content: "\e96b"; }

.icon-govzw-money2::before {
  content: "\e96c"; }

.icon-govzw-fgf-path1::before {
  content: "\e96d"; }

.icon-govzw-fgf-path2::before {
  content: "\e96e"; }

.icon-govzw-fgf-path3::before {
  content: "\e96f"; }

.icon-govzw-fgf-path4::before {
  content: "\e970"; }

.icon-govzw-fgf-path5::before {
  content: "\e971"; }

.icon-govzw-fgf-path6::before {
  content: "\e972"; }

.icon-govzw-fgf-path7::before {
  content: "\e973"; }

.icon-govzw-fgf-path8::before {
  content: "\e974"; }

.icon-govzw-fgf-path9::before {
  content: "\e975"; }

.icon-govzw-fgf-path10::before {
  content: "\e976"; }

.icon-govzw-fgf-path11::before {
  content: "\e977"; }

.icon-govzw-fgf-path12::before {
  content: "\e978"; }

.icon-govzw-fgf-path13::before {
  content: "\e979"; }

.icon-govzw-fgf-path14::before {
  content: "\e97a"; }

.icon-govzw-fgf-path15::before {
  content: "\e97b"; }

.icon-govzw-fgf-path16::before {
  content: "\e97c"; }

.icon-govzw-fgf-path17::before {
  content: "\e97d"; }

.icon-govzw-fgf-path18::before {
  content: "\e97e"; }

.icon-govzw-gb5::before {
  content: "\e97f"; }

.icon-govzw-hezuo3::before {
  content: "\e980"; }

.icon-govzw-building::before {
  content: "\e981"; }

.icon-govzw-person5::before {
  content: "\e982"; }

.icon-govzw-person6::before {
  content: "\e983"; }

.icon-govzw-search2::before {
  content: "\e984"; }

.icon-govzw-heiban::before {
  content: "\e985"; }

.icon-govzw-search3::before {
  content: "\e986"; }

.icon-govzw-hubei::before {
  content: "\e987"; }

.icon-govzw-chat::before {
  content: "\e988"; }

.icon-govzw-person7::before {
  content: "\e989"; }

.icon-govzw-hukou2::before {
  content: "\e98a"; }

.icon-govzw-tree3::before {
  content: "\e98b"; }

.icon-govzw-phone2::before {
  content: "\e98c"; }

.icon-govzw-gb6::before {
  content: "\e98d"; }

.icon-govzw-project-path1::before {
  content: "\e98e"; }

.icon-govzw-project-path2::before {
  content: "\e98f"; }

.icon-govzw-project-path3::before {
  content: "\e990"; }

.icon-govzw-arrow-left-2::before {
  content: "\e991"; }

.icon-govzw-datab2::before {
  content: "\e992"; }

.icon-govzw-trafic3::before {
  content: "\e993"; }

.icon-govzw-hat::before {
  content: "\e994"; }

.icon-govzw-keji::before {
  content: "\e995"; }

.icon-govzw-datag4::before {
  content: "\e996"; }

.icon-govzw-aixin2::before {
  content: "\e997"; }

.icon-govzw-job2::before {
  content: "\e999"; }

.icon-govzw-light::before {
  content: "\e99a"; }

.icon-govzw-gb7::before {
  content: "\e99b"; }

.icon-govzw-chat2::before {
  content: "\e99c"; }

.icon-govzw-position6::before {
  content: "\e99d"; }

.icon-govzw-items::before {
  content: "\e99e"; }

.icon-govzw-gb8::before {
  content: "\e99f"; }

.icon-govzw-tree4::before {
  content: "\e9a0"; }

.icon-govzw-gb9::before {
  content: "\e9a1"; }

.icon-govzw-gb10::before {
  content: "\e9a2"; }

.icon-govzw-position7::before {
  content: "\e9a3"; }

.icon-govzw-position8::before {
  content: "\e9a4"; }

.icon-govzw-person8::before {
  content: "\e9a5"; }

.icon-govzw-gb12::before {
  content: "\e9a6"; }

.icon-govzw-qcode::before {
  content: "\e9a7"; }

.icon-govzw-trafic4::before {
  content: "\e9a8"; }

.icon-govzw-world::before {
  content: "\e9a9"; }

.icon-govzw-person9::before {
  content: "\e9aa"; }

.icon-govzw-person10::before {
  content: "\e9ab"; }

.icon-govzw-mail2::before {
  content: "\e9ac"; }

.icon-govzw-index::before {
  content: "\e9ad"; }

.icon-govzw-gov::before {
  content: "\e9ae"; }

.icon-govzw-index2::before {
  content: "\e9af"; }

.icon-govzw-index3::before {
  content: "\e9b0"; }

.icon-govzw-datag5::before {
  content: "\e9b1"; }

.icon-govzw-datag6::before {
  content: "\e9b2"; }

.icon-govzw-money3::before {
  content: "\e9b3"; }

.icon-govzw-search4::before {
  content: "\e9b4"; }

.icon-govzw-metal::before {
  content: "\e9b5"; }

.icon-govzw-money4::before {
  content: "\e9b6"; }

.icon-govzw-gb11::before {
  content: "\e9b7"; }

.icon-govzw-person11::before {
  content: "\e9b8"; }

.icon-govzw-jy3::before {
  content: "\e9b9"; }

.icon-govzw-position9::before {
  content: "\e9ba"; }

.icon-govzw-power::before {
  content: "\e9bb"; }

.icon-govzw-gb13::before {
  content: "\e9bc"; }

.icon-govzw-gb14::before {
  content: "\e9bd"; }

.icon-govzw-search5::before {
  content: "\e9bf"; }

.icon-govzw-gb15::before {
  content: "\e9c0"; }

.icon-govzw-gb16::before {
  content: "\e9c1"; }

.icon-govzw-gb17::before {
  content: "\e9c2"; }

.icon-govzw-gb18::before {
  content: "\e9c3"; }

.icon-govzw-gb19::before {
  content: "\e9c4"; }

.icon-govzw-jy4::before {
  content: "\e9c5"; }

.icon-govzw-person12::before {
  content: "\e9c6"; }

.icon-govzw-datab3::before {
  content: "\e9c7"; }

.icon-govzw-dot2::before {
  content: "\e9c8"; }

.icon-govzw-dot3::before {
  content: "\e9c9"; }

.icon-govzw-dot4::before {
  content: "\e9ca"; }

.icon-govzw-cj::before {
  content: "\e9cb"; }

.icon-govzw-bz::before {
  content: "\e9cc"; }

.icon-govzw-gb20::before {
  content: "\e9cd"; }

.icon-govzw-gb21::before {
  content: "\e9ce"; }

.icon-govzw-gb22::before {
  content: "\e9cf"; }

.icon-govzw-gb23::before {
  content: "\e9d0"; }

.icon-govzw-gb24::before {
  content: "\e9d1"; }

.icon-govzw-datag7::before {
  content: "\e9d2"; }

.icon-govzw-aixin3::before {
  content: "\e9d3"; }

.icon-govzw-mail3::before {
  content: "\e9d4"; }

.icon-govzw-person13::before {
  content: "\e9d5"; }

.icon-govzw-zn::before {
  content: "\e9d6"; }

.icon-govzw-gb25::before {
  content: "\e9d7"; }

.icon-govzw-gb26::before {
  content: "\e9d8"; }

.icon-govzw-home::before {
  content: "\e9d9"; }

.icon-govzw-home2::before {
  content: "\e9da"; }

.icon-govzw-home3::before {
  content: "\e9db"; }

.icon-govzw-office::before {
  content: "\e9dc"; }

.icon-govzw-pencil::before {
  content: "\e9dd"; }

.icon-govzw-eyedropper::before {
  content: "\e9de"; }

.icon-govzw-image::before {
  content: "\e9df"; }

.icon-govzw-images::before {
  content: "\e9e0"; }

.icon-govzw-camera::before {
  content: "\e9e1"; }

.icon-govzw-headphones::before {
  content: "\e9e2"; }

.icon-govzw-music::before {
  content: "\e9e3"; }

.icon-govzw-play::before {
  content: "\e9e4"; }

.icon-govzw-connection::before {
  content: "\e9e5"; }

.icon-govzw-podcast::before {
  content: "\e9e6"; }

.icon-govzw-feed::before {
  content: "\e9e7"; }

.icon-govzw-mic::before {
  content: "\e9e8"; }

.icon-govzw-book::before {
  content: "\e9e9"; }

.icon-govzw-books::before {
  content: "\e9ea"; }

.icon-govzw-library::before {
  content: "\e9eb"; }

.icon-govzw-file-text::before {
  content: "\e9ec"; }

.icon-govzw-profile::before {
  content: "\e9ed"; }

.icon-govzw-file-empty::before {
  content: "\e9ee"; }

.icon-govzw-files-empty::before {
  content: "\e9ef"; }

.icon-govzw-file-text2::before {
  content: "\e9f0"; }

.icon-govzw-file-picture::before {
  content: "\e9f1"; }

.icon-govzw-file-music::before {
  content: "\e9f2"; }

.icon-govzw-copy::before {
  content: "\e9f3"; }

.icon-govzw-paste::before {
  content: "\e9f4"; }

.icon-govzw-folder::before {
  content: "\e9f5"; }

.icon-govzw-folder-open::before {
  content: "\e9f6"; }

.icon-govzw-folder-plus::before {
  content: "\e9f7"; }

.icon-govzw-folder-minus::before {
  content: "\e9f8"; }

.icon-govzw-folder-download::before {
  content: "\e9f9"; }

.icon-govzw-folder-upload::before {
  content: "\e9fa"; }

.icon-govzw-barcode::before {
  content: "\e9fb"; }

.icon-govzw-qrcode::before {
  content: "\e9fc"; }

.icon-govzw-cart::before {
  content: "\e9fd"; }

.icon-govzw-coin-yen::before {
  content: "\e9fe"; }

.icon-govzw-phone::before {
  content: "\e9ff"; }

.icon-govzw-phone-hang-up::before {
  content: "\ea00"; }

.icon-govzw-envelop::before {
  content: "\ea01"; }

.icon-govzw-location::before {
  content: "\ea02"; }

.icon-govzw-location2::before {
  content: "\ea03"; }

.icon-govzw-compass::before {
  content: "\ea04"; }

.icon-govzw-compass2::before {
  content: "\ea05"; }

.icon-govzw-map::before {
  content: "\ea06"; }

.icon-govzw-map2::before {
  content: "\ea07"; }

.icon-govzw-clock::before {
  content: "\ea08"; }

.icon-govzw-alarm::before {
  content: "\ea09"; }

.icon-govzw-stopwatch::before {
  content: "\ea0a"; }

.icon-govzw-calendar::before {
  content: "\ea0b"; }

.icon-govzw-printer::before {
  content: "\ea0c"; }

.icon-govzw-keyboard::before {
  content: "\ea0d"; }

.icon-govzw-display::before {
  content: "\ea0e"; }

.icon-govzw-laptop::before {
  content: "\ea0f"; }

.icon-govzw-mobile::before {
  content: "\ea10"; }

.icon-govzw-tablet::before {
  content: "\ea11"; }

.icon-govzw-drawer2::before {
  content: "\ea12"; }

.icon-govzw-box-add::before {
  content: "\ea13"; }

.icon-govzw-box-remove::before {
  content: "\ea14"; }

.icon-govzw-floppy-disk::before {
  content: "\ea15"; }

.icon-govzw-database::before {
  content: "\ea16"; }

.icon-govzw-undo::before {
  content: "\ea17"; }

.icon-govzw-redo::before {
  content: "\ea18"; }

.icon-govzw-undo2::before {
  content: "\ea19"; }

.icon-govzw-redo2::before {
  content: "\ea1a"; }

.icon-govzw-forward::before {
  content: "\ea1b"; }

.icon-govzw-reply::before {
  content: "\ea1c"; }

.icon-govzw-bubble::before {
  content: "\ea1d"; }

.icon-govzw-bubbles::before {
  content: "\ea1e"; }

.icon-govzw-bubbles2::before {
  content: "\ea1f"; }

.icon-govzw-user::before {
  content: "\ea20"; }

.icon-govzw-users::before {
  content: "\ea21"; }

.icon-govzw-user-plus::before {
  content: "\ea22"; }

.icon-govzw-user-minus::before {
  content: "\ea23"; }

.icon-govzw-quotes-left::before {
  content: "\ea24"; }

.icon-govzw-quotes-right::before {
  content: "\ea25"; }

.icon-govzw-hour-glass::before {
  content: "\ea26"; }

.icon-govzw-spinner::before {
  content: "\ea27"; }

.icon-govzw-spinner2::before {
  content: "\ea28"; }

.icon-govzw-spinner3::before {
  content: "\ea29"; }

.icon-govzw-spinner4::before {
  content: "\ea2a"; }

.icon-govzw-spinner9::before {
  content: "\ea2b"; }

.icon-govzw-binoculars::before {
  content: "\ea2c"; }

.icon-govzw-search::before {
  content: "\ea2d"; }

.icon-govzw-zoom-in::before {
  content: "\ea2e"; }

.icon-govzw-zoom-out::before {
  content: "\ea2f"; }

.icon-govzw-enlarge::before {
  content: "\ea30"; }

.icon-govzw-shrink::before {
  content: "\ea31"; }

.icon-govzw-enlarge2::before {
  content: "\ea32"; }

.icon-govzw-shrink2::before {
  content: "\ea33"; }

.icon-govzw-key::before {
  content: "\ea34"; }

.icon-govzw-key2::before {
  content: "\ea35"; }

.icon-govzw-lock::before {
  content: "\ea36"; }

.icon-govzw-unlocked::before {
  content: "\ea37"; }

.icon-govzw-wrench::before {
  content: "\ea38"; }

.icon-govzw-equalizer::before {
  content: "\ea39"; }

.icon-govzw-equalizer2::before {
  content: "\ea3a"; }

.icon-govzw-cog::before {
  content: "\ea3b"; }

.icon-govzw-cogs::before {
  content: "\ea3c"; }

.icon-govzw-aid-kit::before {
  content: "\ea3d"; }

.icon-govzw-stats-dots::before {
  content: "\ea3e"; }

.icon-govzw-stats-bars::before {
  content: "\ea3f"; }

.icon-govzw-stats-bars2::before {
  content: "\ea40"; }

.icon-govzw-gift::before {
  content: "\ea41"; }

.icon-govzw-meter::before {
  content: "\ea42"; }

.icon-govzw-hammer2::before {
  content: "\ea43"; }

.icon-govzw-magnet::before {
  content: "\ea44"; }

.icon-govzw-bin::before {
  content: "\ea45"; }

.icon-govzw-briefcase::before {
  content: "\ea46"; }

.icon-govzw-airplane::before {
  content: "\ea47"; }

.icon-govzw-truck::before {
  content: "\ea48"; }

.icon-govzw-switch::before {
  content: "\ea49"; }

.icon-govzw-list-numbered::before {
  content: "\ea4a"; }

.icon-govzw-list::before {
  content: "\ea4b"; }

.icon-govzw-list2::before {
  content: "\ea4c"; }

.icon-govzw-menu::before {
  content: "\ea4d"; }

.icon-govzw-menu3::before {
  content: "\ea4e"; }

.icon-govzw-cloud::before {
  content: "\ea4f"; }

.icon-govzw-cloud-download::before {
  content: "\ea50"; }

.icon-govzw-cloud-upload::before {
  content: "\ea51"; }

.icon-govzw-cloud-check::before {
  content: "\ea52"; }

.icon-govzw-download2::before {
  content: "\ea53"; }

.icon-govzw-upload2::before {
  content: "\ea54"; }

.icon-govzw-earth::before {
  content: "\ea55"; }

.icon-govzw-link::before {
  content: "\ea56"; }

.icon-govzw-attachment::before {
  content: "\ea57"; }

.icon-govzw-sun::before {
  content: "\ea58"; }

.icon-govzw-brightness-contrast::before {
  content: "\ea59"; }

.icon-govzw-star-empty::before {
  content: "\ea5a"; }

.icon-govzw-star-half::before {
  content: "\ea5b"; }

.icon-govzw-star-full::before {
  content: "\ea5c"; }

.icon-govzw-heart::before {
  content: "\ea5d"; }

.icon-govzw-man::before {
  content: "\ea5e"; }

.icon-govzw-woman::before {
  content: "\ea5f"; }

.icon-govzw-man-woman::before {
  content: "\ea60"; }

.icon-govzw-happy::before {
  content: "\ea61"; }

.icon-govzw-smile::before {
  content: "\ea62"; }

.icon-govzw-sad::before {
  content: "\ea63"; }

.icon-govzw-grin::before {
  content: "\ea64"; }

.icon-govzw-cool::before {
  content: "\ea65"; }

.icon-govzw-angry::before {
  content: "\ea66"; }

.icon-govzw-shocked::before {
  content: "\ea67"; }

.icon-govzw-baffled::before {
  content: "\ea68"; }

.icon-govzw-neutral::before {
  content: "\ea69"; }

.icon-govzw-point-up::before {
  content: "\ea6a"; }

.icon-govzw-point-right::before {
  content: "\ea6b"; }

.icon-govzw-point-down::before {
  content: "\ea6c"; }

.icon-govzw-point-left::before {
  content: "\ea6d"; }

.icon-govzw-notification::before {
  content: "\ea6e"; }

.icon-govzw-question::before {
  content: "\ea6f"; }

.icon-govzw-plus::before {
  content: "\ea70"; }

.icon-govzw-minus::before {
  content: "\ea71"; }

.icon-govzw-info::before {
  content: "\ea72"; }

.icon-govzw-cancel-circle::before {
  content: "\ea73"; }

.icon-govzw-blocked::before {
  content: "\ea74"; }

.icon-govzw-cross::before {
  content: "\ea75"; }

.icon-govzw-checkmark::before {
  content: "\ea76"; }

.icon-govzw-checkmark2::before {
  content: "\ea77"; }

.icon-govzw-spell-check::before {
  content: "\ea78"; }

.icon-govzw-enter::before {
  content: "\ea79"; }

.icon-govzw-exit::before {
  content: "\ea7a"; }

.icon-govzw-play2::before {
  content: "\ea7b"; }

.icon-govzw-pause2::before {
  content: "\ea7c"; }

.icon-govzw-stop2::before {
  content: "\ea7d"; }

.icon-govzw-backward2::before {
  content: "\ea7e"; }

.icon-govzw-forward3::before {
  content: "\ea7f"; }

.icon-govzw-first::before {
  content: "\ea80"; }

.icon-govzw-last::before {
  content: "\ea81"; }

.icon-govzw-previous2::before {
  content: "\ea82"; }

.icon-govzw-next2::before {
  content: "\ea83"; }

.icon-govzw-eject::before {
  content: "\ea84"; }

.icon-govzw-volume-high::before {
  content: "\ea85"; }

.icon-govzw-volume-medium::before {
  content: "\ea86"; }

.icon-govzw-volume-low::before {
  content: "\ea87"; }

.icon-govzw-volume-mute::before {
  content: "\ea88"; }

.icon-govzw-volume-mute2::before {
  content: "\ea89"; }

.icon-govzw-volume-increase::before {
  content: "\ea8a"; }

.icon-govzw-volume-decrease::before {
  content: "\ea8b"; }

.icon-govzw-loop2::before {
  content: "\ea8c"; }

.icon-govzw-infinite::before {
  content: "\ea8d"; }

.icon-govzw-arrow-up-left::before {
  content: "\ea8e"; }

.icon-govzw-arrow-up::before {
  content: "\ea8f"; }

.icon-govzw-arrow-up-right::before {
  content: "\ea90"; }

.icon-govzw-arrow-right::before {
  content: "\ea91"; }

.icon-govzw-arrow-down-right::before {
  content: "\ea92"; }

.icon-govzw-arrow-down::before {
  content: "\ea93"; }

.icon-govzw-arrow-down-left::before {
  content: "\ea94"; }

.icon-govzw-arrow-left::before {
  content: "\ea95"; }

.icon-govzw-arrow-up-left2::before {
  content: "\ea96"; }

.icon-govzw-arrow-up2::before {
  content: "\ea97"; }

.icon-govzw-arrow-up-right2::before {
  content: "\ea98"; }

.icon-govzw-arrow-right2::before {
  content: "\ea99"; }

.icon-govzw-arrow-down-right2::before {
  content: "\ea9a"; }

.icon-govzw-arrow-down2::before {
  content: "\ea9b"; }

.icon-govzw-arrow-down-left2::before {
  content: "\ea9c"; }

.icon-govzw-arrow-left2::before {
  content: "\ea9d"; }

.icon-govzw-circle-up::before {
  content: "\ea9e"; }

.icon-govzw-circle-right::before {
  content: "\ea9f"; }

.icon-govzw-circle-down::before {
  content: "\eaa0"; }

.icon-govzw-circle-left::before {
  content: "\eaa1"; }

.icon-govzw-tab::before {
  content: "\eaa2"; }

.icon-govzw-sort-alpha-asc::before {
  content: "\eaa3"; }

.icon-govzw-sort-alpha-desc::before {
  content: "\eaa4"; }

.icon-govzw-sort-numeric-asc::before {
  content: "\eaa5"; }

.icon-govzw-sort-numberic-desc::before {
  content: "\eaa6"; }

.icon-govzw-sort-amount-asc::before {
  content: "\eaa7"; }

.icon-govzw-sort-amount-desc::before {
  content: "\eaa8"; }

.icon-govzw-checkbox-checked::before {
  content: "\eaa9"; }

.icon-govzw-checkbox-unchecked::before {
  content: "\eaaa"; }

.icon-govzw-radio-checked::before {
  content: "\eaab"; }

.icon-govzw-radio-checked2::before {
  content: "\eaac"; }

.icon-govzw-radio-unchecked::before {
  content: "\eaad"; }

.icon-govzw-scissors::before {
  content: "\eaae"; }

.icon-govzw-ligature2::before {
  content: "\eaaf"; }

.icon-govzw-text-height::before {
  content: "\eab0"; }

.icon-govzw-text-width::before {
  content: "\eab1"; }

.icon-govzw-font-size::before {
  content: "\eab2"; }

.icon-govzw-bold::before {
  content: "\eab3"; }

.icon-govzw-underline::before {
  content: "\eab4"; }

.icon-govzw-italic::before {
  content: "\eab5"; }

.icon-govzw-strikethrough::before {
  content: "\eab6"; }

.icon-govzw-omega::before {
  content: "\eab7"; }

.icon-govzw-sigma::before {
  content: "\eab8"; }

.icon-govzw-page-break::before {
  content: "\eab9"; }

.icon-govzw-superscript::before {
  content: "\eaba"; }

.icon-govzw-subscript::before {
  content: "\eabb"; }

.icon-govzw-text-color::before {
  content: "\eabc"; }

.icon-govzw-clear-formatting::before {
  content: "\eabd"; }

.icon-govzw-table::before {
  content: "\eabe"; }

.icon-govzw-table2::before {
  content: "\eabf"; }

.icon-govzw-embed::before {
  content: "\eac0"; }

.icon-govzw-embed2::before {
  content: "\eac1"; }

.icon-govzw-share2::before {
  content: "\eac2"; }

.icon-govzw-mail::before {
  content: "\eac3"; }

.icon-govzw-mail4::before {
  content: "\eac4"; }

.icon-govzw-instagram::before {
  content: "\eac5"; }

.icon-govzw-renren::before {
  content: "\eac6"; }

.icon-govzw-rss::before {
  content: "\eac7"; }

.icon-govzw-steam::before {
  content: "\eac8"; }

.icon-govzw-appleinc::before {
  content: "\eac9"; }

.icon-govzw-android::before {
  content: "\eaca"; }

.icon-govzw-delicious::before {
  content: "\eacd"; }

.icon-govzw-file-pdf::before {
  content: "\eadf"; }

.icon-govzw-file-word::before {
  content: "\eae1"; }

.icon-govzw-file-excel::before {
  content: "\eae2"; }

/*# sourceMappingURL=common.css.map */
